home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
util
/
rexx
/
tritonrexx376.lha
/
TritonRexx
/
ARexxControl
/
ARexxControl.windows
< prev
next >
Wrap
Text File
|
1995-09-16
|
12KB
|
400 lines
/*
** $VER: ARexxControl.windows 1.1 (16.9.95) ⌐1995 by Jⁿrgen Kohrmeyer
**
** Fensterbeschreibungen fⁿr ARexxControl
*/
/*
** Hauptfenster
*/
mainwindowtags = ,
WindowID(1),
WindowFlags('TRWF_APPWINDOW'),
WindowTitle(appname appversion),
PubScreenName(prefs.screen),
BeginMenu(localestring(MSG_MAIN_MENU_PROJECT)),
MenuItem(localestring(MSG_MAIN_MENUITEM_NEW),100),
MenuItem(localestring(MSG_MAIN_MENUITEM_OPEN),101),
'ItemBarlabel',
MenuItem(localestring(MSG_MAIN_MENUITEM_SAVE),102),
MenuItem(localestring(MSG_MAIN_MENUITEM_SAVEAS),103),
'ItemBarlabel',
MenuItem(localestring(MSG_MAIN_MENUITEM_PREFS),104),
'ItemBarlabel',
MenuItem(localestring(MSG_MAIN_MENUITEM_ABOUT),105),
'ItemBarlabel',
MenuItem(localestring(MSG_MAIN_MENUITEM_ICONIFY),106),
MenuItem(localestring(MSG_MAIN_MENUITEM_QUIT),107),
'HorizGroupAC',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_MAIN_FRAMEBOX_LIST)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
ListSS('scriptlist',1,0,0),
'HorizGroupA',
Button(localestring(MSG_MAIN_GAD_ADD),2),
Button(localestring(MSG_MAIN_GAD_REMOVE),3),
Button(localestring(MSG_MAIN_GAD_ARGS),4),
'EndGroup',
'HorizGroupA',
Button(localestring(MSG_MAIN_GAD_SORT),5),
Button(localestring(MSG_MAIN_GAD_UP),6),
Button(localestring(MSG_MAIN_GAD_DOWN),7),
'EndGroup',
'SpaceS',
'HorizSeparator',
'SpaceS',
'HorizGroupA',
Button(localestring(MSG_MAIN_GAD_ICON),8),
Button(localestring(MSG_MAIN_GAD_BACKUP),9),
Button(localestring(MSG_MAIN_GAD_EDIT),10),
Button(localestring(MSG_MAIN_GAD_START),11),
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'TRGR_Vert TRGR_ALIGN|TRGR_CENTER|TRGR_FIXHORIZ',
'Space',
NamedSeparator(localestring(MSG_MAIN_SEPARATOR_AREXX)),
'Space',
Button(localestring(MSG_MAIN_GAD_TRACE),20),
Button(localestring(MSG_MAIN_GAD_HALT),21),
Button(localestring(MSG_MAIN_GAD_SHELL),22),
'SpaceB',
NamedSeparator(localestring(MSG_MAIN_SEPARATOR_TRX)),
'Space',
Button(localestring(MSG_MAIN_GAD_FLUSHTRX),23),
'SpaceB',
NamedSeparator(localestring(MSG_MAIN_SEPARATOR_LISTS)),
'Space',
Button(localestring(MSG_MAIN_GAD_LIBS),30),
Button(localestring(MSG_MAIN_GAD_CLIPS),31),
Button(localestring(MSG_MAIN_GAD_OTHER),32),
'SpaceB',
NamedSeparator(localestring(MSG_MAIN_SEPARATOR_PROGRAM)),
'Space',
Button(localestring(MSG_MAIN_GAD_PREFS),40),
'HorizGroupAC',
Button(localestring(MSG_MAIN_GAD_ICONIFY),41),
Button(localestring(MSG_MAIN_GAD_QUIT),42),
'EndGroup',
'VertGroupSA Space EndGroup',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** Einstellungen-Fenster
*/
prefswindowtags = ,
WindowID(2),
WindowTitle(appname appversion '-' localestring(MSG_PREFS_TITLE)),
PubScreenName(prefs.screen),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_PREFS_FRAMEBOX_CONSOLE)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
'LineArray',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_SHELL_INPUT),201) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',201) 'TRAT_Value 256',
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_SHELL_OUTPUT),202) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',202) 'TRAT_Value 256',
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_DEFAULT_CONSOLE),203) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',203) 'TRAT_Value 256',
'EndLine',
'EndArray',
'Space',
'EndGroup',
'Space',
'EndGroup',
'SpaceB',
NamedFrameBox(localestring(MSG_PREFS_FRAMEBOX_MISC)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
'LineArray',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_ICON),210) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',210) 'TRAT_Value 256',
GetFileButton(211),
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_BACKUPDIR),212) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',212) 'TRAT_Value 256',
GetDrawerButton(213),
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_AREXXDIR),214) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',214) 'TRAT_Value 256',
GetDrawerButton(215),
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_LIBDIR),216) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',216) 'TRAT_Value 256',
GetDrawerButton(217),
'EndLine',
'Space',
'BeginLineI HorizSeparator EndLine',
'Space',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_EDITOR),218) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',218) 'TRAT_Value 256',
GetFileButton(219),
'EndLine',
'Space',
'BeginLineI HorizSeparator EndLine',
'Space',
'BeginLine',
TextID(localestring(MSG_PREFS_GAD_PUBSCREEN),220) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',220) 'TRAT_Value 140',
GetEntryButton(221),
'EndLine',
'EndArray',
'Space',
'EndGroup',
'Space',
'EndGroup',
'SpaceB',
'HorizGroupSAC',
Button(localestring(MSG_REQ_GAD_USE),298),
'Space',
Button(localestring(MSG_REQ_GAD_CANCEL),299),
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** Bildschirmauswahl-Fenster
*/
screenlisttags = ,
WindowID(3),
WindowPosition('TRWP_MOUSEPOINTER'),
WindowTitle(localestring(MSG_SCREENLIST_TTTLE)),
WindowFlags('TRWF_NOCLOSEGADGET|TRWF_NOESCCLOSE'),
PubScreenName(prefs.screen),
'VertGroupA',
'Space',
'HorizGroupA',
'Space',
ListSel('screenlist',301,0),
'Space',
'EndGroup',
'Space',
'HorizSeparator',
'Space',
'HorizGroupA',
'Space',
ButtonRE(localestring(MSG_REQ_GAD_CANCEL),399),
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** Library-Liste
*/
libswindowtags = ,
WindowID(4),
WindowTitle(localestring(MSG_LIBLIST_TITLE)),
PubScreenName(prefs.screen),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_LIBLIST_FRAMEBOX)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
ListSS('liblist',401,0,0),
'HorizGroupAC',
Button(localestring(MSG_LIBLIST_GAD_ADDLIB),402),
Button(localestring(MSG_LIBLIST_GAD_REMLIB),403),
Button(localestring(MSG_LIBLIST_GAD_UPDATE),404),
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** Clip-Liste
*/
clipswindowtags = ,
WindowID(5),
WindowTitle(localestring(MSG_CLIPLIST_TITLE)),
PubScreenName(prefs.screen),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_CLIPLIST_FRAMEBOX)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
FWListSS('cliplist',501,0,0) 'TRAT_MinWidth 30',
'HorizGroupAC',
Button(localestring(MSG_CLIPLIST_GAD_SETCLIP),502),
Button(localestring(MSG_CLIPLIST_GAD_DELETE),503),
Button(localestring(MSG_CLIPLIST_GAD_UPDATE),504),
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** Andere Listen
*/
cycle.0 = 12
cycle.1 = 'ARexx-Files'
cycle.2 = 'Assigns'
cycle.3 = 'Devices'
cycle.4 = 'Handlers'
cycle.5 = 'Interrupts'
cycle.6 = 'Libraries'
cycle.7 = 'Ports'
cycle.8 = 'PublicScreens'
cycle.9 = 'Resources'
cycle.10 = 'Semaphores'
cycle.11 = 'Tasks'
cycle.12 = 'Volumes'
otherwindowtags = ,
WindowID(6),
WindowTitle(localestring(MSG_OTHERLISTS_TITLE)),
PubScreenName(prefs.screen),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_OTHERLISTS_FRAMEBOX)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
'HorizGroupAC',
TextID(localestring(MSG_OTHERLISTS_GAD_CYCLE),601),
'Space',
CycleGadget('cycle',0,601),
'EndGroup',
'Space',
'HorizSeparator',
'Space',
FWListRO('otherlist',602,0) 'TRAT_MinWidth 37',
Button(localestring(MSG_OTHERLISTS_GAD_UPDATE),603),
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'
/*
** SetClip-Fenster
*/
setclipwindowtags = ,
WindowID(7),
WindowFlags('TRWF_ACTIVATESTRGAD'),
WindowTitle(localestring(MSG_SETCLIP_TITLE)),
PubScreenName(prefs.screen),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
NamedFrameBox(localestring(MSG_SETCLIP_FRAMEBOX)),
'HorizGroupA',
'Space',
'VertGroupA',
'Space',
'LineArray',
'BeginLine',
TextID(localestring(MSG_SETCLIP_GAD_NAME),701) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',701) 'TRAT_Value 256 TRAT_Flags TRST_NORETURNBROADCAST',
'EndLine',
'SpaceS',
'BeginLine',
TextID(localestring(MSG_SETCLIP_GAD_VALUE),702) 'TRAT_Flags TROF_RIGHTALIGN',
'Space',
StringGadget('',702) 'TRAT_Value 256',
'EndLine',
'EndArray',
'Space',
'EndGroup',
'Space',
'EndGroup',
'Space',
'HorizGroupSAC',
ButtonR(localestring(MSG_REQ_GAD_USE),703),
'Space',
ButtonE(localestring(MSG_REQ_GAD_CANCEL),704),
'EndGroup',
'Space',
'EndGroup',
'Space',
'EndGroup EndProject'